*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Inter',sans-serif;color:#F9FAFB;background-color:#111827;background-image:linear-gradient(135deg,#1f2937,#111827);display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;overflow:hidden}main{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;width:100%}main img{width:100px;height:auto;opacity:.9}main h1{font-weight:700;font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.2}main p{font-weight:400;font-size:clamp(0.9rem,2.5vw,1.1rem);line-height:1.6;opacity:.8;max-width:500px}.cta-button{display:inline-block;font-family:'Inter',sans-serif;background-color:#3B82F6;color:#FFF;text-decoration:none;font-weight:700;font-size:1rem;padding:.8rem 1.8rem;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.cta-button:hover,.cta-button:focus{transform:translateY(-2px);box-shadow:0 4px 15px rgba(59,130,246,.3);outline:2px solid #FFF;outline-offset:2px}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#111827;border-top:1px solid #374151;padding:1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:1000}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{font-size:.8rem;color:#D1D5DB;margin:0}#cookie-banner button{font-family:'Inter',sans-serif;font-size:.8rem;font-weight:700;background-color:#4B5563;color:#FFF;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease}#cookie-banner button:hover,#cookie-banner button:focus{background-color:#6B7280;outline:1px solid #FFF}